home *** CD-ROM | disk | FTP | other *** search
- /*
- * java.lang.SecurityManager.c
- *
- * Copyright (c) 1996 Systems Architecture Research Centre,
- * City University, London, UK.
- *
- * See the file "license.terms" for information on usage and redistribution
- * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * Written by Tim Wilkinson <tim@sarc.city.ac.uk>, February 1996.
- */
-
- #include <native.h>
- #include "java.lang.SecurityManager.h"
-
- HArray* /* HArrayOfClass */
- java_lang_SecurityManager_getClassContext(struct Hjava_lang_SecurityManager* this)
- {
- abort();
- return (0);
- }
-
- struct Hjava_lang_ClassLoader*
- java_lang_SecurityManager_currentClassLoader(struct Hjava_lang_SecurityManager* this)
- {
- abort();
- return (0);
- }
-
- long
- java_lang_SecurityManager_classDepth(struct Hjava_lang_SecurityManager* this, struct Hjava_lang_String* str)
- {
- abort();
- return (0);
- }
-
- long
- java_lang_SecurityManager_classLoaderDepth(struct Hjava_lang_SecurityManager* this)
- {
- abort();
- return (0);
- }
-